* {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ol, ul, li {
  list-style: none;
}

button, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

h1 {
  display: none;
}

.main-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  color: #fff;
  padding: 10px 0;
  background: -webkit-linear-gradient(45deg, rgb(64, 184, 184) 35%, rgb(255, 12, 159) 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 996px) {
  .main-title {
    font-size: 45px;
    padding: 20px 0;
  }
}

.sub-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  color: #fff;
  padding: 10px 0 0;
}
@media (min-width: 996px) {
  .sub-title {
    font-size: 24px;
    padding: 10px 0 0;
  }
}

p {
  color: #fff;
}

html {
  scroll-behavior: smooth;
}

.project {
  position: relative;
  overflow: hidden;
  background-image: url(https://storage-asset.msi.com/event/2025/CZ/ISIC2025/images/bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 10;
}
.project::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.project figure {
  margin: 0;
  padding: 0;
}
.project .kv {
  width: 100%;
  position: relative;
  background: #000;
}
.project .kv img {
  width: 100%;
}
.project .kv__bg {
  -webkit-animation: flicker 2s infinite ease-in-out;
          animation: flicker 2s infinite ease-in-out;
}
.project .kv__content {
  position: absolute;
  top: 0;
  left: 0;
}
.project .kv__title {
  position: absolute;
  top: 0;
  left: 0;
}
@-webkit-keyframes flicker {
  0% {
    opacity: 0.8;
  }
  5% {
    opacity: 1;
  }
  10% {
    opacity: 0.8;
  }
  15% {
    opacity: 1;
  }
  20% {
    opacity: 0.8;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  85% {
    opacity: 0.8;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes flicker {
  0% {
    opacity: 0.8;
  }
  5% {
    opacity: 1;
  }
  10% {
    opacity: 0.8;
  }
  15% {
    opacity: 1;
  }
  20% {
    opacity: 0.8;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  85% {
    opacity: 0.8;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.8;
  }
}
.project .info {
  width: 100%;
  position: relative;
  padding: 5% 0 8%;
}
.project .info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #000), to(transparent));
  background: linear-gradient(to bottom, #000 50%, transparent);
  z-index: 10;
}
.project .info__wrapper {
  width: 90%;
  position: relative;
  padding: 30px;
  border: 2px solid;
  border-image-source: linear-gradient(45deg, #4f5cff 30%, #b934ff, #8024b1, #a51ec7, #cc39d1 100%);
  border-image-slice: 1;
  -webkit-box-shadow: 0px 0px 10px #cc39d1;
          box-shadow: 0px 0px 10px #cc39d1;
  background: rgba(0, 0, 0, 0.5);
  z-index: 20;
}
@media (min-width: 996px) {
  .project .info__wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    padding: 80px;
  }
}
@media (min-width: 996px) {
  .project .info__wrapper-contentBox {
    width: 45%;
  }
}
.project .info__wrapper-contentBox .dateBox {
  display: inline-block;
  text-align: center;
  margin: 0 auto 10px;
  padding: 3px 20px;
  border: 1px solid #fff;
  color: #fff;
}
.project .info__wrapper-contentBox p {
  padding: 20px 0;
}
.project .info__wrapper-contentBox .btnBox {
  display: inline-block;
  margin-top: 20px;
  background: linear-gradient(45deg, #009595, #9a009f);
  border: 1px solid #fff;
  padding: 5px 20px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  border-radius: 5px;
  border-image-source: linear-gradient(45deg, #4f5cff 30%, #b934ff, #8024b1, #a51ec7, #cc39d1 100%);
  border-image-slice: 1;
}
.project .info__wrapper-contentBox .btnBox:hover {
  background: transparent;
  background: -webkit-linear-gradient(45deg, rgb(64, 184, 184) 35%, rgb(255, 12, 159) 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.project .info__wrapper-imgBox {
  position: relative;
  margin-top: 20px;
  width: 80%;
  margin: 30px auto;
}
@media (min-width: 996px) {
  .project .info__wrapper-imgBox {
    width: 45%;
    margin: 0 auto;
  }
}
.project .info__wrapper-imgBox a figure figcaption {
  color: #fff;
  font-size: 12px;
}
@media (min-width: 1300px) {
  .project .info__wrapper-imgBox a figure figcaption {
    font-size: 14px;
  }
}
.project .info__wrapper-imgBox a figure figcaption:hover {
  color: #d1d1d1;
  cursor: pointer;
  text-decoration: underline;
}
.project .info__wrapper-imgBox .mnt {
  width: 85%;
}
.project .info__wrapper-imgBox .mnt figcaption {
  position: absolute;
  top: 68%;
}
@media (min-width: 1300px) {
  .project .info__wrapper-imgBox .mnt figcaption {
    top: 66%;
  }
}
.project .info__wrapper-imgBox .claw {
  position: absolute;
  bottom: -10%;
  left: -10%;
  width: 46%;
}
.project .info__wrapper-imgBox .claw figcaption {
  position: absolute;
}
@media (min-width: 1300px) {
  .project .info__wrapper-imgBox .claw figcaption {
    bottom: 0;
  }
}
.project .info__wrapper-imgBox .keyboard {
  position: absolute;
  bottom: -8%;
  right: 0;
  width: 60%;
}
@media (min-width: 1300px) {
  .project .info__wrapper-imgBox .keyboard {
    bottom: -5%;
    right: -10%;
  }
}
.project .info__wrapper-imgBox .keyboard figcaption {
  position: absolute;
  right: 8%;
}
@media (min-width: 1300px) {
  .project .info__wrapper-imgBox .keyboard figcaption {
    bottom: -10%;
    right: 5%;
  }
}
.project .info__wrapper-imgBox .logo {
  position: absolute;
  top: 0;
  width: 18%;
  right: 0;
}
@media (min-width: 1300px) {
  .project .info__wrapper-imgBox .logo {
    right: -6%;
  }
}
.project .pd {
  width: 100%;
  position: relative;
}
.project .pd__wrapper {
  width: 100%;
  position: relative;
}
@media (min-width: 996px) {
  .project .pd__wrapper-contentBox .pdWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}
.project .pd__wrapper-contentBox .pdWrapper__item {
  width: 100%;
  color: #000;
  display: block;
  margin: 20px 0;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #40b8b8;
}
@media (min-width: 996px) {
  .project .pd__wrapper-contentBox .pdWrapper__item {
    width: 28%;
  }
}
.project .pd__wrapper-contentBox .pdWrapper__item:hover {
  background: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 10px #40b8b8;
          box-shadow: 0px 0px 10px #40b8b8;
}
.project .pd__wrapper-contentBox .pdWrapper__item:hover figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.project .pd__wrapper-contentBox .pdWrapper__item figure img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 40px 25px 0;
}
.project .pd__wrapper-contentBox .pdWrapper__item figure figcaption {
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
  padding: 15px 0;
  color: #fff;
  background: #40b8b8;
}
.project .calendar {
  width: 100%;
  position: relative;
  padding: 5% 0;
}
.project .calendar__wrapper {
  width: 100%;
  position: relative;
}
.project .calendar__wrapper h2 {
  text-align: center;
}
.project .calendar__wrapper-contentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin: 20px 0;
}
.project .calendar__wrapper-contentBox .itemBox {
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #ddd;
  background: rgba(0, 0, 0, 0.5);
}
@media (min-width: 996px) {
  .project .calendar__wrapper-contentBox .itemBox {
    width: 20%;
  }
}
.project .calendar__wrapper-contentBox .itemBox p {
  color: #fff;
  margin-bottom: 10px;
}
.project .calendar__wrapper-contentBox .itemBox__university {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #40b8b8 !important;
}
.project .calendar__wrapper-contentBox .itemBox__date {
  font-size: 17px;
  font-weight: 700;
  margin-top: 20px;
}
.project .calendar__wrapper-contentBox .itemBox__address {
  font-size: 17px;
  font-weight: 500;
}
.project .calendar__wrapper-contentBox .itemBox__city {
  font-size: 15px;
  font-weight: 500;
}
.project .calendar__wrapper-contentBox .itemBox__place {
  font-size: 15px;
  font-weight: 500;
}
.project .calendar__wrapper-contentBox .itemBox .block {
  margin-top: 20px;
  line-height: 1;
  border-top: 1px solid #006666;
  padding-top: 20px;
}
.project .wtb {
  width: 100%;
  position: relative;
  padding: 5% 0;
  background: rgba(0, 0, 0, 0.8);
}
.project .wtb__wrapper {
  width: 100%;
  position: relative;
}
.project .wtb__wrapper h2 {
  text-align: center;
}
.project .wtb__wrapper .wtbw_selectors {
  display: none;
}/*# sourceMappingURL=main.css.map */